home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
(A)TA
/
(A)TAK.ADF
/
Arp_v1.04
/
MANUAL.ARC
/
Assign
< prev
next >
Wrap
Text File
|
1987-11-19
|
970b
|
67 lines
Assign(31.0) ARP Programmers Manual Assign(31.0)
NAME
Assign -- Assigns a logical device name
SYNOPSIS
Result = Assign("name","physical")
D0 A0 A1
FUNCTION
Assign "name" to "physical device". This function correctly
handles multiple calls with the same arguments, it is not
necessary to check for previous assigns, or cancel them
before calling Assign() with a new assignment.
INPUTS
"name" -- Name to give to physical device.
"physical" -- Name of file or device to assign
"name". If name is ZERO, remove existing
assignment.
RESULT
If return is ASSIGN_OK, then a DeviceInfo entry has been
created for requested name, and "name" may be used as a
synonym for "physical". Otherwise, return is an error as
documented in arpbase.[hi]
BUGS
None known.
AUTHOR
CDH
Page 1 (printed 11/19/87)